home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / sbar20.zip / SUPERBAR.TXT < prev    next >
Text File  |  1993-07-19  |  6KB  |  147 lines

  1.                                SuperBar
  2.                              Version 2.0a
  3.  
  4. SuperBar is a application for the Windows operating system.  
  5. SuperBar is used to create and edit user configurable toolbars.  
  6. The toolbar consists of a gray bar containing several buttons, 
  7. each assigned to either an application menu command or a 
  8. sequence of key strokes and mouse actions.  A toolbar can be
  9. added to any Windows-based application that is compatible with 
  10. the SuperBar program.  Most Windows-based applications which 
  11. have standard menu bars are compatible with SuperBar.  SuperBar 
  12. can be used to increase efficiency by assigning commonly used 
  13. menu commands on an application's SuperBar.  Further efficiency 
  14. can be gained by recording commonly repeated actions as macros 
  15. and assigning these macros as buttons on the toolbar.  SuperBar 
  16. also includes an integrated Icon Manager.  The SuperBar Icon 
  17. Manager allows creating, editing and deleting custom icons for 
  18. use on toolbar buttons.
  19.  
  20. In addition to providing toolbars, this program also includes 
  21. the ability to start a Windows-based application at the same 
  22. location on the desktop every time it is executed.  The 
  23. application can be run normally, minimized, maximized or 
  24. hidden.  A hidden application runs normally but cannot be seen 
  25. on the desktop.  This feature is useful for hiding utility 
  26. programs which should run in the background.
  27.  
  28. SuperBar may also be used as a replacement Task Manager.  SuperBar
  29. includes all of the functionality of the Windows built-in Task
  30. Manager including switching between applications, terminating
  31. applications and rearranging the desktop.
  32.  
  33. Installation
  34. ------------
  35.  
  36. SuperBar uses a Windows-based installation program.  To install, 
  37. ensure SuperBar is not currently active and insert the SuperBar 
  38. disk.  SuperBar can be installed from the DOS prompt or from 
  39. within Windows.
  40.  
  41. The following instructions assume the disk is inserted in drive A.  
  42. If it is in drive B, replace "A:" with "B:" below.  If SuperBar 
  43. is being installed from a temporary directory on the hard disk 
  44. (such as from an archive file downloaded from a BBS), make sure 
  45. the distribution files are located in a temporary directory
  46. other than the desired installation directory and replace "A:" 
  47. with the complete path of the temporary directory below.
  48.  
  49. From the DOS prompt, type:
  50.  
  51.   WIN A:SETUP
  52.  
  53. From within Windows, select the Run command from the File menu.  
  54. Then type:
  55.  
  56.   A:SETUP
  57.  
  58. The setup program will prompt for the necessary information needed 
  59. for installation.
  60.  
  61. After installation, the following files will be installed in the 
  62. SuperBar directory:
  63.  
  64. "SuperBar" files:
  65.   superbar.exe  SuperBar program (compressed)
  66.   sbaricon.exe  SuperBar Icon Manager (compressed)
  67.   tasksbar.exe  Replacement Task Manager (compressed)
  68.   superdll.dll  Dynamic Link Library (compressed)
  69.   superbar.hlp  Help file for SuperBar (compressed)
  70.   sbaricon.hlp  Help file for the Icon Manager (compressed)
  71.   superbar.wri  Installation and Registration (compressed)
  72.   superbar.ord  Order file
  73.   superbar.txt  This file
  74.  
  75. The following files will be installed in the Windows System 
  76. (usually C:\WINDOWS\SYSTEM) if they do not already exist:
  77.  
  78. "System" files:
  79.   ctl3d.dll     Dynamic Link Library (compressed)
  80.   commdlg.dll   Dynamic Link Library (compressed)
  81.  
  82. The following files reside on the distribution disk as part of 
  83. the install program.  They need not be installed:
  84.  
  85. "Setup" files:
  86.   setup.exe
  87.   setup.inf
  88.   lzexpand.dlx
  89.   ver.dl_
  90.   expand.exe
  91.  
  92. For minimal operation, only superbar.exe, superdll.dll and 
  93. ctl3d.dll (and commdlg.dll for Windows 3.0) are required.  
  94. To create custom icons, sbaricon.exe is required.  The 
  95. replacement task manager requires tasksbar.exe (see Replacement 
  96. Task Manager below).  For access to the on-line help,
  97. superbar.hlp and sbaricon.hlp are required.  All other files 
  98. may be stored off-line.
  99.  
  100. If the Setup program should fail, SuperBar can be installed 
  101. manually.  First, copy all of the files to a temporary 
  102. directory on the hard disk.  All files ending in '_' are 
  103. compressed and must be expanded.  The included EXPAND program 
  104. can be used to expand the files by typing:
  105.  
  106.   EXPAND /R *.??_
  107.  
  108. Once the files are expanded, copy the "SuperBar" files listed 
  109. above to your Windows directory or another directory of your 
  110. choice.  Then, copy the "System" files listed above Windows 
  111. System directory only if they do not already exist or if the 
  112. existing files have an older date than the new files.  The 
  113. files can then be deleted from the temporary directory.
  114.  
  115. The following instructions assume that the files have been 
  116. copied to C:\SUPERBAR.  If it is installed elsewhere, substitute 
  117. the appropriate path.  The program can be run in one  of three ways:
  118.  
  119. 1.  From the DOS prompt, type:
  120.       cd \superbar
  121.       win superbar
  122.  
  123. 2.  Enter Windows and select "File" and then "Run..." from the 
  124. Program Manager menu.  Then enter "c:\superbar\superbar" in the 
  125. "Command Line" edit box and click the "Ok" button.
  126.  
  127. 3.  Enter Windows and open one of the program groups in the program 
  128. manager (Windows Applications  is suggested).  Select "File" and 
  129. then "New..." from the Program Manager menu.  Then enter "SuperBar" 
  130. in the "Description" edit box and "c:\superbar\superbar.exe" in the
  131. "Command Line"  edit box and click the "Ok" button.  This step only 
  132. needs to be  done once and then the application can be started by 
  133. double-clicking on the SuperBar icon.
  134.  
  135. Complete registration and installation information can be found in
  136. the file SUPERBAR.WRI.  It is in Microsoft Write format. To view, 
  137. run the Write program in the Accessories group and open 
  138. SUPERBAR.WRI or type:
  139.  
  140. WIN WRITE \SUPERBAR\SUPERBAR.WRI 
  141.  
  142. from the DOS prompt.
  143.  
  144. SuperBar is Shareware.  The registration fee is $20 plus $2 for
  145. shipping and handling ($5 outside the U.S.).  See the SUPERBAR.ORD 
  146. file for information on how to register SuperBar.
  147.